home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / DFIncBackup 2.8 / DFIBk_instHm.exe / Help / STYLES.CSS < prev    next >
Cascading Style Sheet File  |  2003-06-19  |  872b  |  60 lines

  1.   body
  2.   {
  3.     margin:        0px;
  4.     padding:        0px;
  5.   }
  6.  
  7.   a:link, a:visited, a:active
  8.   {
  9.     text-decoration:    underline;
  10.     font-weight:    bold;
  11.   }
  12.  
  13.   a:hover
  14.   {
  15.     text-decoration:    underline;
  16.     color:        #AD4221;
  17.   }
  18.  
  19.   td, p
  20.   {
  21.     font-family:    Verdana, Tahoma, Arial, Helvetica, sans-serif;
  22.     font-size:        12px;
  23.   }
  24.  
  25.   ul li
  26.   {
  27.     margin-left:    0px;
  28.     margin-right:    10px;
  29.   }
  30.  
  31.   h1
  32.   {
  33.     font-family:    Verdana, Tahoma, Arial, Helvetica, sans-serif;
  34.     font-weight:    bold;
  35.     font-size:        24px;
  36.     color:        #EEEEEE;
  37.   }
  38.  
  39.   .subheader
  40.   {
  41.     color:        #324562;
  42.   }
  43.  
  44.   .small
  45.   {
  46.     font-size:        11px;
  47.   }
  48.  
  49.   .tiny
  50.   {
  51.     font-size:        10px;
  52.   }
  53.  
  54.   .grid
  55.   {
  56.     border-top:        solid 1px #DDDDDD;
  57.     border-bottom:    solid 1px #DDDDDD;
  58.     border-left:    solid 1px #DDDDDD;
  59.     border-right:    solid 1px #DDDDDD;
  60.   }